home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / grafik / bildanzeiger / superview-lib_dev / include / clib / svdrivers_protos.h < prev    next >
C/C++ Source or Header  |  1995-03-09  |  1KB  |  39 lines

  1. /* clib/svdrivers.h                 */
  2. /* Version    : 3.5                 */
  3. /* Date       : 25.03.1994          */
  4. /* Written by : Andreas R. Kleinert */
  5.  
  6. /* SVDriver-Version V1.x+ */
  7.  
  8. #ifndef CLIB_SVDRIVERS_PROTOS_H
  9. #define CLIB_SVDRIVERS_PROTOS_H
  10.  
  11. #ifndef SVDRIVERS_SVDRIVERS_H
  12. #include <svdrivers/svdrivers.h>
  13. #endif /* SVDRIVERS_SVDRIVERS_H */
  14.  
  15. APTR SVD_AllocHandle(       APTR future);
  16. ULONG SVD_FreeHandle(       APTR handle);
  17. ULONG SVD_CloseDisplay(     APTR handle);
  18. ULONG SVD_FreeResources(    APTR handle);
  19. ULONG SVD_SetGfxBuffer(     APTR handle,
  20.                             struct SV_GfxBuffer *bufferhandle,
  21.                             ULONG future);
  22. ULONG SVD_DisplayGfxBuffer( APTR handle,
  23.                             ULONG future);
  24. ULONG SVD_SetScreenType(    APTR handle,
  25.                             ULONG flags,
  26.                             APTR future);
  27. ULONG SVD_SetWindowFlags(   APTR handle,
  28.                             ULONG flags,
  29.                             APTR future);
  30. ULONG SVD_SetWindowIDCMP(   APTR handle,
  31.                             ULONG flags,
  32.                             APTR future);
  33. APTR  SVD_GetScreenAddress( APTR handle,
  34.                             APTR future);
  35. APTR  SVD_GetWindowAddress( APTR handle,
  36.                             APTR future);
  37.  
  38. #endif /* CLIB_SVDRIVERS_PROTOS_H */
  39.